home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Disk / BTSneak / suomi / BenchTrash.cc < prev    next >
Encoding:
Text File  |  1998-06-24  |  7.5 KB  |  311 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.22         **
  3. ;**                                                             **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my  **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)        **
  6. ;**                                                             **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;   Thomas
  37. ;   
  38.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog suomi 1 22
  39. ;                                                   ^^^^^^^
  40. ;                                                   change this to the
  41. ;                                                   name of your language
  42. ;   Tell EXECUTE to abort here...
  43.  quit
  44.  
  45. ;
  46. ;Cancel
  47. ;
  48. ;Generic cancel message, used if an error occured and BenchTrash has to
  49. ;stop the deletion.
  50. 'Keskeytys
  51.  
  52. ;O.K.|Cancel
  53. ;
  54. ;The buttons of the "Are you shure you want to delete..." requester.
  55. 'Selvä|Peru
  56.  
  57. ;O.K.
  58. ;
  59. ;Generic O.K. button, used in the setup window.
  60. 'Selvä
  61.  
  62. ;Quit BenchTrash
  63. ;
  64. ;Quit button in the setup window
  65. 'Lopeta
  66.  
  67. ;Can't find Trashcan icon.
  68. ;
  69. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  70. ;file is missing.
  71. 'Roskakorin kuvaketta ei löytynyt.
  72.  
  73. ;Can't install BenchTrash.
  74. ;
  75. ;The runback code of BenchTrash failed for some reason
  76. 'BenchTrash ohjelmaa ei voitu käynnistää
  77.  
  78. ;Volume lacks a trashcan.
  79. ;
  80. ;BenchTrash misses the trashcan to put the deleted files to.
  81. 'Asemalla ei ole roskakoria
  82.  
  83. ;Out of memory.
  84. ;
  85. ;Memory is missing.
  86. 'Muisti ei riitä.
  87.  
  88. ;Unable to lock %s - \
  89. ;Error %ld %s.
  90. ;An error message if a file can't be located. The "\" at the end
  91. ;of the line escapes the line break, i.e. puts a line break into
  92. ;the output string. The cryptic %s and %ld are replaces by the
  93. ;file name, the error code and the error string, respectively.
  94. ;Please note that only the first line has an apostrophe!
  95. ;
  96. 'Tiedostoa %s ei löytynyt - \
  97. Virhe %lD %s.
  98.  
  99.  
  100. ;Unable to move icon %s - \
  101. ;Error %ld %s.
  102. ;
  103. ;An icon can't be moved to the trashcan for whatever reason.
  104. 'Kuvaketta %s ei voitu siirtää - \
  105. Virhe %lD %s.
  106.  
  107. ;Unable to move icon %s - \
  108. ;Error %ld %s.
  109. ;
  110. ;A generic file can't be moved to the trashcan.
  111. 'Kuvaketta %s ei voitu siirtää - \
  112. Virhe %lD %s.
  113.  
  114. ;Unable to access\
  115. ;parent of %s - \
  116. ;Error %ld %s.
  117. ;
  118. ;The parent directory is not accessable, or missing, or worse...
  119. 'Hakemiston %s edellistä hake- \
  120. mistoa ei voitu löytää/käyttää - \
  121. Virhe %lD %s.
  122.  
  123.  
  124. ;Can't delete a volume.
  125. ;
  126. ;The user tried to delete a volume. This message is obsolete and
  127. ;no longer used.
  128. 'Asemaa ei voi tuhota.
  129.  
  130. ;Unable to delete object %s - \
  131. ;Error %ld %s.
  132. ;
  133. ;An object is delete or write protected and can't be removed
  134. ;for that reason.
  135. 'Kohde %s on suojattu - \
  136. Virhe %lD %s.
  137.  
  138. ;Invalid icon %s - \
  139. ;Error %ld %s.
  140. ;
  141. ;The icon library failed to access an icon, or the icon is in fact
  142. ;a directory.
  143. 'Virheellinen kuvake %s - \
  144. Virhe %lD %s.
  145.  
  146. ;Directory %s too deep - \
  147. ;Error %ld %s.
  148. ;
  149. ;The recursion stack has been exceeded. The drawer that must be deleted
  150. ;is too deep in the filing system to be accessable by BenchTrash.
  151. 'Hakemisto %s liian syvällä - \
  152. Virhe %lD %s.
  153.  
  154.  
  155. ;Warning: You cannot get back\
  156. ;what you delete! Ok to delete:\
  157. ;"%ld file(s) and\
  158. ;%ld drawer(s) (and their contents)?
  159. ;
  160. ;The standard safety requester. Would be nice to mimic the
  161. ;workbench requester here!
  162. ;
  163. 'Varoitus: Poistettuja tiedostoja\
  164. ei voi palauttaa!  Poistetaanko: \
  165. %lD tiedosto(a) ja \
  166. %lD lipas(ta) (sisältöineen)?
  167.  
  168. ;Auto-delete dropped icons :
  169. ;
  170. ;The label of the auto delete checkmark in the setup window.
  171. 'Automaattinen tuhoaminen :
  172.  
  173. ;Can't eject the volume "%s:".
  174. ;
  175. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  176. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  177. ;
  178. 'Laitetta "%s:" ei voida \
  179. poistaa asemasta.
  180.  
  181. ;(Unkown volume)
  182. ;
  183. ;Used as volume name if the real name is not accessable.
  184. ;
  185. '(Tuntematon laite)
  186.  
  187. ;_Abort
  188. ;
  189. ;The label of the abort button in the progress bar. The character behind
  190. ;the underscore gets underlined.
  191. '_Peru
  192.  
  193. ;A
  194. ;The keyboard shortcut used for abortion. This MUST be the same character
  195. ;that has been underlined in the string before.
  196. 'P
  197.  
  198. ;Preparing...
  199. ;
  200. ;The preparation process for deletion is running. BenchTrash counts the
  201. ;files and directories, and checks if all of them are deleteable.
  202. ;
  203. 'Valmistaudutaan...
  204.  
  205. ;Progress Bar :
  206. ;
  207. ;The label of the progress bar check box in the setup window.
  208. ;
  209. 'Edistyminen :
  210.  
  211. ;%ld file(s) to go...
  212. ;
  213. ;The text in the bar itself, new to 1.11
  214. ;%2lD Datei(en)
  215. '%lD tiedosto(a) jäljellä...
  216.  
  217. ;--------------------- added these to 1.13 --------------------------------
  218.  
  219. ;Confirmation Requester :
  220. ;
  221. ;The last checkmark gadget in the selector screen. If checked, the
  222. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  223. ;is not checked, the files/directories are always deleted, without
  224. ;asking first.
  225. 'Varmistusvalitsin :
  226.  
  227. ;--------------------- added these to 1.20 --------------------------------
  228.  
  229.  
  230. ;Can't launch the trashcan\
  231. ;cleaning process.
  232. ;
  233. ;BenchTrash failed to launch the process that is responsible for
  234. ;cleaning all overaged data in the global trashcan directory.
  235. ;
  236. 'Roskakorin puhdistusprosessia\
  237. ei voida käynnistää.
  238.  
  239. ;
  240. ;The next two are the labels of the two new buttons in the configuration
  241. ;window.
  242. ;
  243.  
  244. ;Global Trashcan :
  245. ;
  246. ;Enables the global trashcan feature, i.e. all erased data goes to a
  247. ;global location, preferably the trashcan of your HD.
  248. ;
  249. 'Globaali roskakori :
  250.  
  251. ;
  252. ;Copy First, Delete Later :
  253. ;
  254. ;The method how to move files to the trashcan. If enabled, they get copied
  255. ;first and deletion starts only if the copy process was sucessfull. This
  256. ;is safer, but requires up to twice the disk space.
  257. ;
  258. 'Kopioi ensin, tuhoa sitten :
  259.  
  260.  
  261. ;The following strings are new to 1.22:
  262.  
  263. ;
  264. ;Can't create new %s -
  265. ;Error %ld %s.
  266. ;
  267. ;This text is shown if BenchTrash failed to create a new
  268. ;trashcan if the volume is missing one. The first %s
  269. ;is substituted by "Trashcan".
  270. ;
  271. 'Uutta %s -hakemistoa \
  272. ei voitu luoda - \
  273. virhe %lD %s.
  274.  
  275. ;
  276. ;Volume lacks a trashcan.
  277. ;Ok to create one?
  278. ;
  279. ;BenchTrash found that the volume you'd like to
  280. ;trash files at does not have a trashcan and asks
  281. ;you if it should create one.
  282. ;
  283. 'Levyllä ei ole roskakoria. \
  284. Luodaanko se?
  285.  
  286.  
  287. ;Sorry, can't launch clean up,
  288. ;no access to %s -
  289. ;Error %ld %s.
  290. ;
  291. ;The user selected "Cleanup Now!" in the BenchTrash
  292. ;window or using the CLI paramters, but BenchTrash
  293. ;did not get access to the Trashcan. It is maybe
  294. ;used by some other program or is open by the
  295. ;workbench or else...
  296. ;
  297. 'Puhdistusprosessia ei voitu laukaista,\
  298. ei pääsyä %s:n - \
  299. Virhe %lD %s.
  300.  
  301. ;Cleanup Now !
  302. ;
  303. ;The button in the window used to force a
  304. ;cleanup of the global trashcan.
  305. ;
  306. 'Puhdista nyt!
  307.  
  308. ;That's all folks!
  309.  
  310.  
  311.